Fix typo in pixmap window backing
authorAlexander Larsson <alex@localhost.localdomain>
Wed, 21 Jan 2009 15:28:49 +0000 (16:28 +0100)
committerAlexander Larsson <alex@localhost.localdomain>
Thu, 2 Apr 2009 08:15:21 +0000 (10:15 +0200)
It should be backing_y_offset, not backing_x_offset for exposure_y_offset.

gdk/x11/gdkevents-x11.c

index 516721216622c4e307ea510f2f2391b8e9dd6e7b..de7e5e470bb9a6d861507ed28c2f57790ebd1831 100644 (file)
@@ -952,7 +952,7 @@ gdk_event_translate (GdkDisplay *display,
            unref_pixmap = window;
          window = g_object_ref (pixmap->backing_for);
          exposure_x_offset = pixmap->backing_x_offset;
-         exposure_y_offset = pixmap->backing_x_offset;
+         exposure_y_offset = pixmap->backing_y_offset;
        }
       else
        window = NULL;